From c41561701c63f7ec31083c95f7126733b357ad31 Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Sat, 21 Oct 2023 17:42:26 +0100 Subject: [PATCH] Ask virtualenv to never download anything Last-Update: 2014-10-31 Forwarded: no Gbp-Pq: Name virtualenv-never-download.patch --- src/test/run-cli-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/run-cli-tests b/src/test/run-cli-tests index 17dbc83b0..085252d08 100755 --- a/src/test/run-cli-tests +++ b/src/test/run-cli-tests @@ -30,7 +30,7 @@ if [ ! -e "$CRAM_BIN" ]; then # patched cram to support that. See upstream ticket at # https://bitbucket.org/brodie/cram/issue/9/allow-read-only-directories-for-t # -- tv@inktank.com - virtualenv "$VENV" && $VENV/bin/pip --log "$VENV"/log.txt install "$SRCDIR/downloads/cram-0.5.0ceph.2011-01-14.tar.gz" + virtualenv --system-site-packages "$VENV" && $VENV/bin/pip --log "$VENV"/log.txt install "$SRCDIR/downloads/cram-0.5.0ceph.2011-01-14.tar.gz" fi SRCDIR_ABS="$(readlink -f "$SRCDIR")" -- 2.30.2